#foot_nav{
    text-align: center;
    background-color: #bebebe;
    position: fixed;
    bottom: 0;
    width:100%;
    height:70px;
    font-size: 20px;
    line-height: 70px;
    z-index: 10;
    list-style: none;
    margin:0;
}
#foot_nav>li{
    display: inline-block;
    margin-right: 30px;
}
#foot_nav>li>a{
    color: #010000;
    font-weight: bold;
    text-decoration: none;
}
#foot_nav>li>img{
    margin-right: 8px;
}
#foot_list>li{
    margin:0;
    line-height: 30px;
    text-align: center;
    padding:10px 0;
}
#foot_list>li:not(:last-child){
    border-bottom:1px solid #848484;
}
#foot_list{
    padding:0;
    width:180px;
    display: block;
    position:absolute;
    bottom:70px;
    left:-36px;
    font-size: 16px;
    list-style: none;
    background-color: #bebebe;
    /*padding-left:35px;*/
    /*padding-top: 10px;*/
}
#foot_list>li>a{
    color: #010000;
}
#foot_list>li>a:hover{
    color:#00a3ed;
    text-decoration: none;
}